Add claude-buddy plugin to marketplace.json#1427
Closed
wilbert-t wants to merge 1 commit intoanthropics:mainfrom
Closed
Add claude-buddy plugin to marketplace.json#1427wilbert-t wants to merge 1 commit intoanthropics:mainfrom
wilbert-t wants to merge 1 commit intoanthropics:mainfrom
Conversation
Added 'claude-buddy' plugin with details for notifications and risk classification.
|
Thanks for your interest! This repo only accepts contributions from Anthropic team members. If you'd like to submit a plugin to the marketplace, please submit your plugin here. |
There was a problem hiding this comment.
Pull request overview
Adds the claude-buddy plugin to the Claude Code plugin marketplace listing so it can be discovered/installed via the repository’s marketplace index.
Changes:
- Add a new
plugins[]entry forclaude-buddy(Git URL + pinned SHA, description, category, homepage) in.claude-plugin/marketplace.json.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+335
to
+345
| { | ||
| "name": "claude-buddy", | ||
| "source": { | ||
| "source": "url", | ||
| "url": "https://github.com/wilbert-t/claude-buddy.git", | ||
| "sha": "1e1942d1b92e8acba6ee1c2de8caf66b01631472" | ||
| }, | ||
| "description": "Never miss a Claude Code approval prompt. Native sound + banner notifications with smart risk classification. Works on macOS, Linux, and Windows.", | ||
| "category": "productivity", | ||
| "homepage": "https://github.com/wilbert-t/claude-buddy" | ||
| }, |
Comment on lines
+336
to
+344
| "name": "claude-buddy", | ||
| "source": { | ||
| "source": "url", | ||
| "url": "https://github.com/wilbert-t/claude-buddy.git", | ||
| "sha": "1e1942d1b92e8acba6ee1c2de8caf66b01631472" | ||
| }, | ||
| "description": "Never miss a Claude Code approval prompt. Native sound + banner notifications with smart risk classification. Works on macOS, Linux, and Windows.", | ||
| "category": "productivity", | ||
| "homepage": "https://github.com/wilbert-t/claude-buddy" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Plugin: claude-buddy
Repo: https://github.com/wilbert-t/claude-buddy
Category: productivity
Author: wilbert-t
What it does
Claude Code pauses silently when it needs approval. If you're away from
your terminal, you miss it and Claude sits idle. Claude Buddy fixes this
with native sound + banner notifications the moment approval is needed.
notification fires, Claude's y/n prompt handles the actual approval
Install (one line)
npx claude-buddy install Permissions One permission only: Notifications. No Automation permission required (uses open -b bundleId instead of osascript, no System Events access). Checklist - .claude-plugin/plugin.json present - skills/claude-buddy/SKILL.md present - Works on macOS, Linux, Windows - No external npm dependencies - SECURITY.md documents all permissions and verification steps - All 55 tests passing